Click or drag to resize

SipClientRegister Method (String, String, String)

Registers user to a SIP server. The user informs server of his current contact addresss.

Namespace:  Independentsoft.Sip
Assembly:  Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntax
public RequestResponse Register(
	string uri,
	string from,
	string contact
)

Parameters

uri
Type: SystemString
A string represents domain name, name or IP address of SIP server.
from
Type: SystemString
A string contains the address of the user responsible for the registration.
contact
Type: SystemString
A string contains user's contact address. Usually the address contains user's IP address and port.

Return Value

Type: RequestResponse
A RequestResponse containing sent Request and received appropriate Response.
See Also